home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Screenblankers / RXBlank / RXBlank.DOC < prev    next >
Text File  |  1996-09-26  |  3KB  |  108 lines

  1. RXBlank v1.0
  2. January 1992
  3.  
  4. by Brian C. Berg
  5.  
  6. ---------------------------------------------------------
  7. REQUIREMENTS: 
  8.  
  9.     Workbench 2.04
  10.     AREXX
  11.     Some screen blankers!
  12.  
  13. ---------------------------------------------------------
  14.  
  15. OVERVIEW:
  16.  
  17. The Amiga has got some neat screen blankers... 
  18. and the WBStartup drawer under WB2.0 makes it easy to install them...
  19. but I wished I could have a different screen blanker everytime I rebooted!
  20.  
  21. And thus, RXBlank was born!
  22.  
  23. RXBlank is an AREXX program I've written (my very first, in fact) that
  24. will pick a random screenblanker from your collection and install it in
  25. the WBStartup drawer each time you reboot.
  26.  
  27. ---------------------------------------------------------
  28.  
  29. HOW TO USE IT:
  30.  
  31. RXBlank should be put somewhere in your s:user-startup script.
  32. Since it is an AREXX program it should be run with the RX utility that
  33. comes with AREXX and WB2.0.
  34.  
  35. RXBlank has one parameter that it needs: the pathname where you keep
  36. your screen blankers. If you don't have all your blankers in a separate
  37. drawer, you'll need to make one for them. I just made a drawer called
  38. "Blankers" inside my commodities drawer.
  39.  
  40. So the line to run RXBlank should look something like this...
  41.  
  42.    RX RXBlank SYS:Commodities/Blankers
  43.  
  44. You will see the title of the program followed by the name of the
  45. screen blanker it has chosen to install.
  46.  
  47. Or to suppress the output...
  48.  
  49.    RX >NIL: RXBlank SYS:Commodities/Blankers
  50.  
  51.  
  52. ---------------------------------------------------------
  53.  
  54. HOW IT WORKS:
  55.  
  56. The whole idea is pretty simple.
  57. RXBlank will get a directory of the path you have given it and search
  58. out anything that doesn't end in ".info".  It then assumes that they
  59. are all valid screenblanker programs.
  60.  
  61. It automatically keeps track of how many programs it finds, so you can
  62. add new blankers and remove old ones at any time without worrying about
  63. RXBlank. It keeps a list of blankers in a temporary file it opens in RAM:.
  64. It's only temporary and is very small so shouldn't cause any problems.
  65.  
  66. Then based on the number of blankers it finds, RXBlank picks a random
  67. one and copies it (with the .info file) to the WBStartup drawer and
  68. names it Blanker. The reason for this is that if they weren't renamed,
  69. you'd eventually end up with a copy of all the blankers in the WBStartup
  70. drawer and they'd all be executed on startup each time.
  71. Renaming them to the same name ensures that only one blanker is used.
  72.  
  73. ---------------------------------------------------------
  74.  
  75. SUGGESTIONS and CLOSING COMMENTS:
  76.  
  77. I'm using RXBlank with 6 different screen blankers and it is great!
  78. Now I'm suprised each time the blanker comes up because I never know
  79. which one is active!
  80.  
  81. If you are looking for screen blankers, I'd suggest getting
  82. Spliner, FracBlank, ASwarm, and FancyBlanker as a start. Most can be
  83. found on Fred Fish disks.
  84.  
  85. RXBlank is freely distributable and public domain.
  86.  
  87. You may change this code, study this code, or delete this code!
  88. Feel free to pass it on to anyone you want.
  89.  
  90. If you do like RXBlank and use it, I would appreciate you sending me
  91. any neat new screen blankers! Or if you enhance RXBlank in any way,
  92. I'd like to see what you've done!
  93.  
  94.  
  95. Here are several ways to contact me:
  96.  
  97. US MAIL: 2307 E. Concorda Dr.
  98.          Tempe, AZ  85282
  99.  
  100.  BITNET: AUBRI@ASUACAD.BITNET
  101.  
  102.     BBS: Amazing Connection BBS 602-843-6574
  103.          (User name: Brian Berg)
  104.  
  105.  
  106.  
  107. HAVE FUN!
  108.